home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / 702to704.arj / RUNME.BAT < prev    next >
DOS Batch File  |  1994-04-19  |  2KB  |  41 lines

  1. echo off
  2. echo ╔═════════════════════════════════════════════════════════════╗
  3. echo ║          QEMM patch for version 7.02 dated 9/16/93          ║
  4. echo ║                                                             ║
  5. echo ║ This patchfile implements fixes to QEMM version 7.02. This  ║
  6. echo ║ patch will work ONLY on QEMM version 7.02. The date on the  ║
  7. echo ║ QEMM386.SYS file in your QEMM directory should be either    ║
  8. echo ║ 9/16/93 or 9/24/93. If the date on these files is later     ║
  9. echo ║ than 9/24/93, you do not need this patch.                   ║
  10. echo ║                                                             ║
  11. echo ║ Press any key to continue or Control-C to abort.            ║
  12. echo ╚═════════════════════════════════════════════════════════════╝
  13. pause
  14. ren patch.ex_ patch.exe
  15. if not exist PATCH.EXE goto error
  16. if not exist 702704.RTP goto error
  17. patch 702704.rtp
  18. patch readme.rtp
  19. copy technote.rtp technote
  20. cd technote
  21. ..\patch technote.rtp
  22. del technote.rtp
  23. cd ..
  24. echo Patch complete! Now deleting patch files...
  25. del patch.exe
  26. del 702704.rtp
  27. del technote.rtp
  28. del readme.rtp
  29. echo Patch successfully applied; patch files deleted.
  30. goto end
  31. :error
  32. echo ╔═══════════════════════════════════════════════════════════════╗
  33. echo ║ This patch should be applied by copying PATCH.EX_, README.RTP ║
  34. echo ║ 702704.RTP, TECHNOTE.RTP and RUNME.BAT into your QEMM         ║
  35. echo ║ directory. Then rename PATCH.EX_ to PATCH.EXE and type:       ║
  36. echo ║                                                               ║
  37. echo ║ RUNME                                                         ║
  38. echo ║                                                               ║
  39. echo ╚═══════════════════════════════════════════════════════════════╝
  40. :end
  41.